home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
giochi
/
giochi4
/
hug22ar9.lha
/
Hugo
/
Library
/
anyverb.h
next >
Wrap
Text File
|
1996-11-16
|
542b
|
22 lines
!----------------------------------------------------------------------------
! ANYVERB.H
!
! An extension to the Hugo Library (HUGOLIB.H) 2.2.0
!
! Copyright (c) 1996 by Kent Tessman
!
! AnyVerb(obj)
! returns <obj> if the verbroutine global is not within the range of xverbs;
! otherwise returns false
!----------------------------------------------------------------------------
routine AnyVerb(obj)
{
if verbroutine >= &DoHello and verbroutine <= &DoUndo
return false
else
return obj
}